home *** CD-ROM | disk | FTP | other *** search
/ Learn Microsoft Visual Basic 6.0 Now / Learn Microsoft Visual Basic 6.0 Now (Microsoft Press)(X03-58607)(1998).ISO / media / chap07 / b07a005.cc2 < prev    next >
Text File  |  1998-06-07  |  944b  |  22 lines

  1. 0, In this chapter, you will focus again on 
  2. 2, the user interface and learn how to 
  3. 4, expand your application's feature set. You 
  4. 7, will also learn how to create error 
  5. 8, handlers, so that your program bounces back 
  6. 11, from unexpected problems. First, you'll 
  7. 15, learn how to add forms to your program's 
  8. 16, interface to handle input, output, and 
  9. 20, special messages. Visual Basic forms are 
  10. 23, saved in separate files, so you can add 
  11. 25, them to your project or remove them, 
  12. 28, with a few simple menu commands. Next, 
  13. 31, you'll learn how to send output from your 
  14. 33, program to an attached printer using the 
  15. 35, Printer object and a collection of 
  16. 37, useful properties and methods. Finally, 
  17. 41, you'll learn how to create error handlers in 
  18. 42, your code to process unexpected results. 
  19. 46, Specifically, you'll learn how to 
  20. 47, handle the runtime errors associated with 
  21. 49, floppy disk drives.
  22. 51, END